Category: Geeks r Us
Anyone know of any basic software that can be use to customize your own program according to how you want it. I mean there's so many programs out there for different purposes, so if you know of any that can be used for writing a program then just post it here and i'll check it out because i'm trying to write a program for a class.
There is no such thing. You need to learn a programm+ language. The only program that might do as you wish is Visual Basic. But still you need to know what you're doing in order for it to work. Why do you think developers are paid so much? I respect thoughs who c program, especially thoughs who program in C. www.cprogramming.com.
Well, it is not as easy as just make some modifications, click a button, and you are done, you have to be willing to put in quite a bit of time to learn the basics.
If you can describe what kind of programme you want to write we might be able to tell you what is most suitable, c/c++/c#/vb/vb.net/Perl/Python etc, they're all good, some are more complicated than others.
Cheers
-B
you can always use AutoHotkey. It's a scripting language based program, but you can do quite a lot with it.
The most portable is C. C ++ is way too messy and full of other complex stuff that is unnecessary. C would be the way to go.